home *** CD-ROM | disk | FTP | other *** search
/ Meeting Pearls 1 / Meeting Pearls Vol 1 (1994).iso / installed_progs / comm / ums / developer / interfaces / c / fd / ums_lib.fd
Encoding:
Text File  |  1993-11-15  |  1.9 KB  |  72 lines

  1. ##base _UMSBase
  2. ##bias 30
  3. ##public
  4. *
  5. * fd/ums_lib.fd
  6. *
  7. * Function definitions for ums.library
  8. *
  9. * $VER: ums_lib.fd 10.2 (15.11.93)
  10. *
  11. * Pre-V8 functions (most of them are obsolete!)
  12. *
  13. UMSLogin(user,passwd)(D2,D3)
  14. UMSLogout(account)(D2)
  15. ##private
  16. UMSPutMsg(account,msg)(D2,D3)
  17. UMSGetMsgHdr(account,msgnum)(D2,D3)
  18. UMSGetMsgTxt(account,msg)(D2,D3)
  19. UMSFreeMsg(account,msg)(D2,D3)
  20. UMSNextNew(account,msgnum)(D2,D3)
  21. UMSSearchID(account,id)(D2,D3)
  22. UMSChangeID(account,msgnum,id)(D2,D3,D4)
  23. UMSChainUp(account,msgnum)(D2,D3)
  24. UMSChainDn(account,msgnum)(D2,D3)
  25. UMSChainRt(account,msgnum)(D2,D3)
  26. UMSChainLt(account,msgnum)(D2,D3)
  27. UMSGetGlobal(account,name,data)(D2,D3,D4)
  28. UMSDumpConfig(account)(D2)
  29. ##public
  30. UMSErrNum(account)(D2)
  31. UMSErrTxt(account)(D2)
  32. UMSDeleteMsg(account,msgnum)(D2,D3)
  33. ##private
  34. UMSChangeAttributes(account,msgnum,attr)(D2,D3,D4)
  35. UMSNextStatus(account,from,mask,status)(D2,D3,D4,D5)
  36. UMSSelectStatus(account,set,mask,status)(D2,D3,D4,D5)
  37. UMSSelectGroup(account,set,group)(D2,D3,D4)
  38. UMSSetStatus(account,msgnum,mask,status)(D2,D3,D4,D5)
  39. UMSPrevStatus(account,from,mask,status)(D2,D3,D4,D5)
  40. UMSSelStatus(account,set,unset,mask,status)(D2,D3,D4,D5,D6)
  41. UMSSelGroup(account,set,unset,group)(D2,D3,D4,D5)
  42. UMSGetStatus(account,msgnum)(D2,D3)
  43. UMSFlush()()
  44. UMSCleanMB()()
  45. UMSQuit()()
  46. *
  47. * V8 functions
  48. *
  49. UMSARexxQuery()()
  50. *
  51. * V9 functions
  52. *
  53. AllocUMSPattern(pattern,case)(D2,D3)
  54. FreeUMSPattern(phandle)(D2)
  55. MatchUMSPattern(phandle,string)(D2,D3)
  56. ##public
  57. UMSExportedMsg(account,msgnum)(D2,D3)
  58. UMSCannotExport(account,msgnum,errtext)(D2,D3,D4)
  59. LogUMS(account,level,format,args)(D2,D4,D5,D6)
  60. UMSRLogin(server,user,passwd)(D2,D3,D4)
  61. WriteUMSMsg(acc,tagitems)(D2,D3)
  62. ReadUMSMsg(acc,tagitems)(D2,D3)
  63. FreeUMSMsg(acc,msgnum)(D2,D3)
  64. UMSSelect(acc,tagitems)(D2,D3)
  65. UMSSearch(acc,tagitems)(D2,D3)
  66. ReadUMSConfig(acc,tagitems)(D2,D3)
  67. FreeUMSConfig(acc,string)(D2,D3)
  68. WriteUMSConfig(acc,tagitems)(D2,D3)
  69. ##private
  70. UMSPrivateServerCall(command,arg)(D2,D3)
  71. ##end
  72.